Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix image path formation for Cosign #5151

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Fix image path formation for Cosign #5151

merged 1 commit into from
Dec 13, 2024

Conversation

withinfocus
Copy link
Contributor

🎟️ Tracking

Follow-up to #5148.

📔 Objective

Fixes the string formation for the images to be used with Cosign.

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

@withinfocus withinfocus marked this pull request as ready for review December 13, 2024 15:14
@withinfocus withinfocus requested a review from a team as a code owner December 13, 2024 15:14
@withinfocus withinfocus requested a review from coroiu December 13, 2024 15:14
@@ -292,14 +292,15 @@ jobs:
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0

- name: Sign images with Cosign
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⛏️ For consistency with the other step names.

@withinfocus withinfocus merged commit c0a9c55 into main Dec 13, 2024
50 checks passed
@withinfocus withinfocus deleted the fix-cosign-bash branch December 13, 2024 15:26
Copy link
Contributor

Logo
Checkmarx One – Scan Summary & Detailsbc116895-e3b4-4d9c-9885-ac102c14fac2

New Issues

Severity Issue Source File / Package Checkmarx Insight
LOW Unpinned Actions Full Length Commit SHA /build.yml: 685 Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps...
LOW Unpinned Actions Full Length Commit SHA /build.yml: 600 Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps...
LOW Unpinned Actions Full Length Commit SHA /build.yml: 637 Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps...

Fixed Issues

Severity Issue Source File / Package
LOW Unpinned Actions Full Length Commit SHA /build.yml: 684
LOW Unpinned Actions Full Length Commit SHA /build.yml: 599
LOW Unpinned Actions Full Length Commit SHA /build.yml: 565
LOW Unpinned Actions Full Length Commit SHA /build.yml: 636

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.96%. Comparing base (11bdb93) to head (1057e41).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5151   +/-   ##
=======================================
  Coverage   42.96%   42.96%           
=======================================
  Files        1444     1444           
  Lines       66101    66101           
  Branches     6057     6057           
=======================================
  Hits        28397    28397           
  Misses      36422    36422           
  Partials     1282     1282           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants